﻿@charset "utf-8";
/* CSS Document */


/*-----------------

*Filename:com.css
*Description:CSS
*Author:Carol
*Date:2019-01-18

-------------------*/




* { margin: 0; padding: 0; list-style: none; outline: none; word-wrap: break-word; }
img { border: none; }
table { table-layout: fixed; border-collapse: collapse; }
a { text-decoration: none; color:#666666; cursor:pointer;}
body { font-size: 12px;color: #666; font-family: Helvetica, "microsoft yahei","微软雅黑", "Arial", "Verdana", "sans-serif"; }
body, html { overflow-x: hidden; -webkit-text-size-adjust: none; }
/*input { -webkit-appearance: none; }*/

.w1200{width: 1200px;margin: 0 auto;}
li{list-style-type:none;}
em, i {
    font-style: normal;
}

a {
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

a:hover{-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}
i{ font-style:normal;}
em{ font-style:normal;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-table; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear{clear:both}


.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*手机导航滑屏*/
.scrollFix{ height: 100%; overflow:hidden; position:relative}
html.scrollFix body{height: 100%;overflow:hidden;}


